 Revision update 1.4.1 (24-11-2019)
 ----------------------------------
  Fixed a minor bug in list search.

 CheckBoxCombo 1.4 (03-08-2018)
 ------------------------------
  Newly introduced <FillListByRecordset> method. 
   Now, CheckBoxCombo can be directly populated from a Database
   with multiple options for greater flexibility
  Added missing property, [NewItem]
  Changed <ItemData, SelItem, SelItemData, SelIndex, SelCount> 
   methods as properties
  Introduced an optional parameter of type Boolean, 
   {DelimiterConcatIncluded} to be used with the read-only properties of
   [SelItem, SelItemData, SelIndex, Text]. Now, the values of them can be
   returned excluding the DelimiterConcat character used with the
   [DelimiterConcat] property
  Introduced an additional option {None} with the [DelimiterConcat] 
   property
  Altered <FillList> method as <FillListByArray>  
  Fixed several minor bugs
  Updated User Documentation 
  Released database demonstration application

 Revision update 1.3.3 (23-07-2018)
 ---------------------------------- 
  Fixed a minor bug when displaying the drop-down list
   (Translucent rectangle appearance issue on the screen
   due to some visual-effect settings of the OS) 
 
 Revision update 1.3.2 (18-07-2018)
 ----------------------------------
  Made internal improvements in hooking mechanism
  Bugfixes in ActiveX
 
 CheckBoxCombo 1.3 (15-07-2018)
 ------------------------------
  Made changes to ActiveX version to be fully compatible with VBA. 
   Now its possible to use CheckBoxCombo even in UserForms, 
   Spreadsheets, Documents, etc. in Microsoft Office 32-bit editions
  Optimized hooking mechanism
  Fixed issues with MDI
  Fixed issues related to Display Monitor
  Fixed issues with mouse-wheel and scrollbars
  Made minor changes to documentation 

 CheckBoxCombo 1.2 (05-07-2018)
 ------------------------------
  Included <FillList> method. Now the list can be filled by
   a String/Variant type array 
  Fixed the scrollbar issue
  Enhanced the mouse-click support for selecting/unselecting
   items in the list. Now mouse-click supports anywhere on the 
   list item for quick selections
  Fixed several minor bugs and general optimizations were done 
  Updated User Documentation
  
 CheckBoxCombo 1.1 (30-06-2018)
 ------------------------------
  Made syntax changes of <AddItem, RemoveItem, FindItem> methods
  Introduced [DelimiterConact] Property 
  Introduced [CBCUPdate] Property
  Introduced <CBCUpdateCompleted> event
  Revised <Change> event in v1.0 to <ItemCheck>
  Fixed several bugs and some optimizations were done
  Updated User Documentation 

 CheckBoxCombo 1.0 (26-06-2018)
 ------------------------------
  The initial version of CheckBoxCombo